@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.tl{ text-align:left; }
.tr{ text-align:right; }
.tc{ text-align:center; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/

/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#333; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #333; }
a:hover { color: #333e7d; }

.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; max-width:1920px; }
.wrap { width:1600px; margin:0 auto; }

@font-face{
    font-family: 'Futura';
    src: url('../font/SourceHan.otf');
    src: local('?'), url('../font/SourceHan.otf') format('woff'), url('../font/SourceHan.otf') format('truetype'), url('../font/SourceHan.otf') format('svg');
}

@media all and (max-width:1680px){
	.wrap { width:1200px; margin:0 auto; }
}
@media all and (max-width:1280px){
	.wrap { width:92%; }
}

/*
.topArea { position:absolute; top:10px; left:0; right:0; z-index:99999; }
.topArea .wrap { position:relative; }

.logo { float:left; }
.logo .img02 { display:none; }
 
.logo01 { position:relative; float:left; font-size:18px; color:#fff; padding-left:20px; margin:20px 0 0 15px; line-height:1.1; }
.logo01:before { position:absolute; display:block; content:""; left:0; top:50%; transform: translateY(-50%); width:1px; height:36px; background:rgba(255,255,255,0.6); z-index:2; }
.logo01 span { display:block; letter-spacing:2px; margin-top:5px; }
 
 
.nav { float:right; width:59.5%; margin-right:45px; }
.nav ul { display:flex; flex-direction:row; justify-content:space-between; }
.nav ul li { position:relative; font-size:0; }
.nav ul li .a1 { position:relative; display:inline-block; font-size:18px; color:#fff; line-height:90px; }
.nav ul li.current .a1,.nav ul li:hover .a1 { color:#333e7d; font-weight:bold; }

.nav .sub { position:absolute; top:90px; width:120px; left:50%; margin-left:-60px; background:#fff; display:none; z-index:999; }
.nav .sub dt { width:100%; text-align:center; font-size:14px; }
.nav .sub dt a { display:block; color:#333; padding:15px 10px; }
.nav .sub dt:hover { background:#39286f; }
.nav .sub dt:hover a { color:#fff; }

.menuBtn { position:relative; float:right; font-size:0; padding-left:15px; margin-left:20px; cursor:pointer; }
.menuBtn:before { position:absolute; display:block; content:""; left:0; top:50%; transform: translateY(-50%); width:1px; height:22px; background:rgba(255,255,255,0.4); z-index:2; }
.menuBtn i { display:inline-block; line-height:90px; padding-left:25px; font-size:16px; color:#fff; background:url(t02.png) no-repeat center left; }

.serbot { float:right; width:20px; height:90px; background:url(t01.png) no-repeat center; cursor:pointer; }
 
.search { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.6); display:none; z-index:9999; }
.search form { position:absolute; top:50%; left:50%; margin-left:-300px; margin-top:-30px; width:600px; background:#fff; font-size:16px; z-index:9; }
.search form .txt { float:left; height:60px; line-height:60px; padding-left:15px; width:450px; }
.search form .btn { float:right; height:60px; line-height:60px; width:150px; text-align:center; background:#333e7d; color:#fff; cursor:pointer; }
.serclose { position:absolute; right:-50px; top:-50px; color:#fff; font-size:30px; cursor:pointer; }
.search01 { display:block; }

@media all and (max-width:750px){
	.search form { left:5%; margin-left:0; margin-top:-25px; width:90%; font-size:14px; }
	.search form .txt { height:50px; line-height:50px; padding-left:15px; width:calc(100% - 120px); }
	.search form .btn { height:50px; line-height:50px; width:100px; }
	.serclose { right:0; top:-40px; font-size:24px; }
}

.u-menu { position:absolute; right:0; top:50%; margin-top:-21px; width:50px; height:42px; transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); cursor:pointer; display:none; z-index:9; }
.u-menu div { position:absolute; left:13px; top:20px; width:25px; height:25px; transform:translateZ(0px) rotate(0deg); transition:transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; }
.u-menu div i { position:absolute; left:0; top:0; display:block; width:25px; height:2px; background:#c04c4e; }
.u-menu .u-menu-top i {transform:translate3d(0px,-8px,0px);-webkit-transform:translate3d(0px,-8px,0px);}
.u-menu .u-menu-middle i {transform:translate3d(0px,0px,0px);-webkit-transform:translate3d(0px,0px,0px);}
.u-menu .u-menu-bottom i {transform:translate3d(0px,8px,0px);-webkit-transform:translate3d(0px,8px,0px);}

@media all and (max-width:1680px){
	.logo01 { font-size:16px; padding-left:15px; margin:25px 0 0 15px; }
 
	.nav { float:right; width:55%; margin-right:25px; }
	.nav ul li .a1 { font-size:16px; }
	 
	.menuBtn { padding-left:15px; margin-left:15px; }
	.menuBtn i { font-size:14px; }

}

.topArea01 { position:fixed; background:#fff; top:0; box-shadow: #ddd 0px 8px 10px -8px; }
.topArea01 .logo .img01 { display:none; }
.topArea01 .logo .img02 { display:block; }

.topArea01 .logo01 { color:#1b276e; }
.topArea01 .logo01:before { background:rgba(27,39,110,0.6); }

.topArea01 .nav ul li .a1 { color:#333; }
.topArea01 .nav ul li.current .a1,.topArea01 .nav ul li:hover .a1 { color:#333e7d; }
 
.topArea01 .menuBtn:before { background:rgba(115,115,115,0.4); }
.topArea01 .menuBtn i { color:#737373; background:url(t04.png) no-repeat center left; }

.topArea01 .serbot { background:url(t03.png) no-repeat center; }
 
 
@media all and (max-width:1200px){
	.wrapper { max-width:750px; margin:0 auto; }
	
	.topArea { top:0; }
	
	.logo01 { display:none; }
	.nav { display:none; }
	
	.logo img { height:60px; width:auto; }
 
	.u-menu { display:block; }
	.serbot { margin-right:15px; height:60px; }
	
	.menuBtn { padding-left:15px; margin-left:0; }
	.menuBtn:before { height:20px; }
	.menuBtn i { line-height:60px; font-size:14px; }
}


.nav01 ul li.current .a1,.nav01 ul li:hover .a1 { color:#fff; }

*/


.wrapper { padding-top:100px; }
.tbArea { position:fixed; padding:0 150px; top:0; left:0; right:0; background:#fff; z-index:9999; box-shadow:rgba(0,0,0,0.28) 0px 0px 27px; }
 
.logo01 { position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:225px; text-align:center; z-index:2; }
.logo01 img { max-width:100%; }
.logo01 .img02 { display:none; }

.logo02 { position:absolute; top:100px; width:1920px; left:50%; margin-left:-960px; text-align:center; z-index:2; }
.logo02 img { max-width:100%; }

.top01 { position:absolute; top:0; right:20px; z-index:2; }

.menuBtn { position:relative; float:right; font-size:0; padding-left:15px; margin-left:20px; cursor:pointer; }
.menuBtn:before { position:absolute; display:block; content:""; left:0; top:50%; transform: translateY(-50%); width:1px; height:22px; background: rgba(115,115,115,0.4); z-index:2; }
.menuBtn i { display:inline-block; line-height:100px; padding-left:25px; font-size:16px; color:#737373; background:url(t04.png) no-repeat center left; }

.serbot { float:right; width:20px; height:100px; background:url(t03.png) no-repeat center; cursor:pointer; }
 
.search { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.6); display:none; z-index:9999; }
.search .form { position:absolute; top:50%; left:50%; margin-left:-300px; margin-top:-30px; width:600px; background:#fff; font-size:16px; z-index:9; }
.search .form .txt { float:left; height:60px; line-height:60px; padding-left:15px; width:450px; }
.search .form .btn { float:right; height:60px; line-height:60px; width:150px; text-align:center; background:#333e7d; color:#fff; cursor:pointer; }
.serclose { position:absolute; right:-50px; top:-50px; color:#fff; font-size:30px; cursor:pointer; }
.search01 { display:block; }

@media all and (max-width:750px){
	.search .form { left:5%; margin-left:0; margin-top:-25px; width:90%; font-size:14px; }
	.search .form .txt { height:50px; line-height:50px; padding-left:15px; width:calc(100% - 120px); }
	.search .form .btn { height:50px; line-height:50px; width:100px; }
	.serclose { right:0; top:-40px; font-size:24px; }
}

.nav01 { width:100%; }
.nav01 ul li { position:relative; font-size:0; float:left; width:9%; }
.nav01 ul li:nth-child(5) { margin-left:28%; }
.nav01 ul li .a1 { position:relative; display:inline-block; font-size:18px; color:#333; line-height:100px; width:100%; text-align:center; }
.nav01 ul li.current .a1,.nav01 ul li:hover .a1 { color:#333e7d; font-weight:bold; }

.nav01 .sub { position:absolute; top:100px; width:100%; background:#fff; display:none; z-index:999; }
.nav01 .sub dt { width:100%; text-align:center; font-size:14px; }
.nav01 .sub dt a { display:block; color:#333; padding:15px 10px; }
.nav01 .sub dt:hover { background:#39286f; }
.nav01 .sub dt:hover a { color:#fff; }

@media all and (max-width:1480px){
	.wrapper { padding-top:80px; }
	 
	.logo01 { width:180px; }
	.logo02 { top:80px; width:1600px; left:50%; margin-left:-800px; }

	.top01 { position:absolute; top:0; right:20px; z-index:2; }
 
	.menuBtn i { line-height:80px; padding-left:25px; font-size:14px; }

	.serbot { height:80px; }
	
	 
	.nav01 ul li .a1 { font-size:16px; line-height:80px; }
	 
	.nav01 .sub { top:80px; }
}
@media all and (max-width:1200px){
	.wrapper { max-width:750px; margin:0 auto; padding-top:60px; }
	
	.tbArea { top:0; padding:0 4%; }
	 
	.nav01 { display:none; }
	
	.logo01 { position:relative; top:auto; left:auto; transform: translate(0,0); width:100%; text-align:left; }
	.logo01 img { height:60px; width:auto; }
	.logo01 .img01 { display:none; }
	.logo01 .img02 { display:block; }
	
	.logo02 { display:none; }
 
	.u-menu { display:block; }
	.serbot { margin-right:15px; height:60px; }
	
	.menuBtn { padding-left:15px; margin-left:0; }
	.menuBtn:before { height:20px; }
	.menuBtn i { line-height:60px; font-size:14px; }
}


.menuArea { position:fixed; top:-100vh; padding-top:100px; left:0; right:0; width: 100%; height:100vh; background: url(idx1_16.jpg) center no-repeat; background-size: cover; transition: all .4s cubic-bezier(.4,0,.2,1); box-sizing: border-box; z-index:999; }
.menuArea.on { top:0; }
.menuArea .wrap { position:relative; height:100%; }

.menuBox { position:absolute; top:25vh; left:0; right:0; z-index:2; }
.menuBox dl { float:left; width:calc(100% / 8); }
.menuBox dl dt { font-size:28px; font-weight:bold; color:rgba(255,255,255,0.8); padding-bottom:20px; border-bottom:2px solid rgba(255,255,255,0.2); max-width:70%; margin-bottom:25px; }
.menuBox dl dt a { color:rgba(255,255,255,0.8); }
.menuBox dl dt a:hover { color:#fff; }
.menuBox dl dd { font-size:18px; margin-bottom:10px; }
.menuBox dl dd a { color:rgba(255,255,255,0.8); }
.menuBox dl dd a:hover { color:#fff; }

@media all and (max-width:1680px){
	.menuBox { top:25vh; }
	.menuBox dl { float:left; }
	.menuBox dl dt { font-size:24px; padding-bottom:15px; margin-bottom:20px; }
	.menuBox dl dd { font-size:16px; margin-bottom:10px; }
}
@media all and (max-width:1280px){
	.menuBox { top:25vh; }
	.menuBox dl { float:left; }
	.menuBox dl dt { font-size:20px; padding-bottom:15px; margin-bottom:20px; }
	.menuBox dl dd { font-size:14px; margin-bottom:10px; }
}
@media all and (max-width:1200px){
	.menuBox { top:0; bottom:120px; overflow-y:auto; }
	.menuBox dl { float:none; width:80%; max-width:550px; margin:0 auto; }
	.menuBox dl:nth-child(n + 2) { margin-top:15px; } 
	.menuBox dl dt { font-size:18px; padding-bottom:10px; margin-bottom:15px; border-bottom:1px solid rgba(255,255,255,0.2); }
	.menuBox dl dd { font-size:14px; margin-bottom:10px; }
}






















 
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,0.5); transition: all .8s; z-index: 101; }
.z_mask.active { width: 100%; }
.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; }
.slide_box.active { transform: translateX(0);}

.slide_nav{ width:100%; height:100%; overflow-y:auto}
.slide_nav li { margin-bottom: 40px; }
.slide_nav li>a { font-size: 16px; color:#015bab }
.slide_nav .nav_down { margin-top: 5px;}
.slide_nav .nav_down a { color: #888; display: inline-block; margin-right: 20px; position: relative; line-height: 24px;}
.slide_nav .nav_down a:before { content:""; display: block; width: 0%; transition: all .6s; height: 1px; background: #015bab; position: absolute; left: 50%; bottom: 0;}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #015bab;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}

@media all and (max-width:1280px){
	.slide_box { width:240px; padding:30px 25px 30px 25px; }
	.slide_nav li{ margin-bottom:20px; }
}


.footer { background:#051c59; }
.footArea01 { padding:75px 0 30px; }
.foot01 { float:left; width:1140px; }
.foot01 dl { float:left; width:calc(100% / 6); }
.foot01 dl.ff107 { display:none; }
.foot01 dl dt { font-size:16px; color:#fff; margin-bottom:25px; }
.foot01 dl dt a { color:#fff; }
.foot01 dl dd { margin-bottom:5px; }
.foot01 dl dd a { font-size:16px; color:rgba(255,255,255,0.4); }
.foot01 dl dd:hover a { color:#fff; }

.foot02 { float:right; width:230px; }
.foot02 ul li { float:left; width:90px; margin-right:50px; text-align:center; }
.foot02 ul li:last-child { margin-right:0; }
.foot02 ul li p { margin-top:15px; font-size:14px; color:rgba(255,255,255,0.6); }

.footArea02 { border-top:1px solid rgba(255,255,255,0.2); border-bottom:1px solid rgba(255,255,255,0.2); }
.footArea02 ul li { float:left; width:33.33%; padding:45px 20px 0 20px; border-right:1px solid rgba(255,255,255,0.2); box-sizing: border-box; }
.footArea02 ul li:last-child { border-right:none; }
.footArea02 ul li:nth-child(1) { padding-left:0; }
.footArea02 ul li .txt { padding-left:80px; min-height:95px; }
.footArea02 ul li .txt .p1 { font-size:16px; color:#fff; }
.footArea02 ul li .txt .p2 { font-size:16px; color:rgba(255,255,255,0.4); margin-top:10px; }

.tail { padding:20px 0; color:rgba(255,255,255,0.5); font-size:16px; }
.tail a { color:rgba(255,255,255,0.5); }
.tail a:hover { color:#fff; }

.tail .sjArea01 { display:none; text-align:center; font-size:12px; }

@media all and (max-width:1680px){
	.footArea01 { padding:50px 0 30px; }
	.foot01 { float:left; width:calc(100% - 300px); }
	.foot01 dl { float:left; width:calc(100% / 6); }
	.foot01 dl dt { font-size:16px; color:#fff; margin-bottom:15px; }
	.foot01 dl dd { margin-bottom:5px; }
	.foot01 dl dd a { font-size:14px; }
 
	.foot02 { float:right; width:200px; }
	.foot02 ul li { float:left; width:90px; margin-right:20px; }
	.foot02 ul li:last-child { margin-right:0; }
	.foot02 ul li p { margin-top:10px; font-size:14px; }
 
	.footArea02 ul li { float:left; width:33.33%; padding:30px 20px 0 20px;  }
	.footArea02 ul li:last-child { border-right:none; }
	.footArea02 ul li:nth-child(1) { padding-left:0; }
	.footArea02 ul li .txt { padding-left:80px; min-height:80px; }
	.footArea02 ul li .txt .p1 { font-size:16px; }
	.footArea02 ul li .txt .p2 { font-size:14px; margin-top:10px; } 
}
@media all and (max-width:1200px){
	.footArea01 { padding:30px 0; }
	.foot01 { display:none; }
	 
	.foot02 { float:none; width:200px; margin:0 auto; }
 
	.footArea02 ul li { float:none; width:100%; padding:20px 15px; border-right:none; border-bottom:1px solid rgba(255,255,255,0.2); }
	.footArea02 ul li:last-child { border-right:none; border-bottom:none; }
	.footArea02 ul li:nth-child(1) { padding-left:15px; }
	.footArea02 ul li .txt { padding-left:50px; min-height:10px; background-size:40px 40px!important; }
	.footArea02 ul li .txt .p1 { font-size:14px; }
	.footArea02 ul li .txt .p2 { font-size:12px; margin-top:5px; } 
	
	.tail .pcArea01 { display:none; }
	.tail .sjArea01 { display:block; }
}




.footer-sy { position:absolute; left:0; right:0; bottom:40px; font-size:14px; color:#fff; z-index:9; }
.footer-sy a { color:#fff; }

.footer-sy .sjArea01 { display:none; text-align:center; color:#333; }
.footer-sy .sjArea01 a { color:#333; }

@media all and (max-width:1200px){
	.footer-sy { position:relative; left:auto; right:auto; bottom:auto; padding:20px 0; font-size:12px; }
	.footer-sy .pcArea01 { display:none; }
	.footer-sy .sjArea01 { display:block; }
}
 
.sjArea { display:none; }
@media all and (max-width:1200px){
	.pcArea { display:none; }
	.sjArea { display:block; }
}

.back-to { position:fixed; _position:absolute; _top: expression(eval(document.documentElement.scrollTop)+400); bottom:110px; right:50%; margin-right:-670px; display:none; z-index:999; }
.back-to .back-top { display:block; width:44px; height:44px; background:url(top.png) no-repeat; outline:0 none; text-indent:-9999em; overflow:hidden; }
.back-to .back-top:hover { background-position:0 0; }

/*广告*/
.ad_closed{width:16px;height:16px;line-height:16px;text-align:center;background:#f00;color:#fff;position:absolute;top:0;right:0;cursor:pointer;}

/*弹出广告*/
#popup{position:fixed;top:50%;left:50%;z-index:9999;}
#ad_shadow{width:100%;background:#000;position:fixed;top:0;left:0;z-index:9000;opacity:0.4;filter:alpha(opacity=40);}

/*漂浮广告*/
#ad1{position:absolute;z-index:9999;}

/*左侧门帘*/
#hangL{position:absolute;left:0;z-index:9999;}

/*右侧门帘*/
#hangR{position:absolute;right:0;z-index:9999;}

/*拉屏广告*/
#bigScreen{position:relative;left:50%;top:0;height:0;overflow:hidden;}
#bigScreen .ad_closed{top:10px;}
 